-
Notifications
You must be signed in to change notification settings - Fork 14
Merge upstream v0.13.1 #111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: Laurenz <[email protected]>
Co-authored-by: Laurenz <[email protected]>
Co-authored-by: Laurenz <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR merges upstream v0.13.1 changes into the repository, updating the changelog, documentation links, and version numbers while incorporating upstream improvements. Key changes include:
- Merging upstream updates and conflict resolution with a merge commit.
- Updating documentation examples and links in multiple markdown files.
- Bumping crate versions and adjusting internal API usages in code.
Reviewed Changes
Copilot reviewed 38 out of 38 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| docs/reference/export/html.md | Updated link interpolation in HTML export method documentation. |
| docs/guides/page-setup.md | Revised page option examples to reflect updated naming conventions. |
| docs/guides/guide-for-latex-users.md | Minor text correction for clarity. |
| docs/changelog/* | Updated changelog entries for v0.13.1 and revised v0.13.0 information and links. |
| crates/typst-realize/src/lib.rs | Enabled setting labels on text elements when present in mathematical content. |
| crates/typst-library/src/model/table.rs | Changed table grid calculations to use non-gutter column count. |
| crates/typst-library/src/loading/xml.rs | Modified XML example code to simplify type-check expressions. |
| crates/typst-library/src/layout/grid/resolve.rs | Refactored column count calculations and added a helper function. |
| crates/typst-library/src/introspection/introspector.rs | Adjusted HTML introspection to use a revised type signature. |
| crates/typst-library/src/foundations/ops.rs | Enhanced deprecation warning function by narrowing when to emit warnings. |
| crates/typst-library/src/foundations/func.rs | Revised equality comparison for native function data. |
| crates/typst-library/src/foundations/array.rs | Minor formatting change in code example for the chunks method. |
| crates/typst-layout/src/shapes.rs | Added initialization for empty state on curve builder start. |
| crates/typst-html/src/lib.rs | Reordered and modified introspector creation and updated HTML element classification. |
| crates/typst-cli/src/watch.rs | Improved file watching logic to avoid unnecessary recompilations on output file changes. |
| README.md / README.en.md | Updated documentation to refer to Typst v0.13.1. |
| Cargo.toml | Updated workspace and dependency versions to v0.13.1. |
|
@3w36zj6
|
|
一例を挙げると、 検索インデックスの更新については、 |
kimushun1101
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ありがとうございます。htmlで検索が確認できました。
アップデート後の確認方法としては、リリースノートなどの情報から追加されたページを推定して、それを検索にかけるという方法が良さそうですね。
Caution
コンフリクトの解消のため、このPull Requestは必ずCreate a merge commitでマージしてください。
変更点
v0.13.1をマージした